Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #17

Merged
merged 1 commit into from
Mar 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/workers-types ^4.20240117.0 -> ^4.20240222.0 age adoption passing confidence
@types/bun (source) ^1.0.4 -> ^1.0.8 age adoption passing confidence
@types/node (source) ^20.11.10 -> ^20.11.24 age adoption passing confidence
@types/web ^0.0.135 -> ^0.0.140 age adoption passing confidence
eslint (source) ^8.56.0 -> ^8.57.0 age adoption passing confidence
h3 ^1.10.1 -> ^1.11.1 age adoption passing confidence
listhen ^1.7.0 -> ^1.7.2 age adoption passing confidence
pnpm (source) 8.15.0 -> 8.15.4 age adoption passing confidence
prettier (source) ^3.2.4 -> ^3.2.5 age adoption passing confidence
wrangler (source) ^3.25.0 -> ^3.30.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

microsoft/TypeScript-DOM-Lib-Generator (@​types/web)

v0.0.140

Compare Source

v0.0.139

Compare Source

v0.0.138

Compare Source

v0.0.137

Compare Source

index.d.ts

No changes

iterable.d.ts

No changes

v0.0.136

Compare Source

index.d.ts

New interfaces

  • LargestContentfulPaint

Modified

  • GamepadHapticActuator
    • Removed: type
Non-value types
  • CheckVisibilityOptions
    • Added: contentVisibilityAuto, opacityProperty, visibilityProperty

iterable.d.ts

No changes

unjs/h3 (h3)

v1.11.1

Compare Source

compare changes

🩹 Fixes
  • ws: Resolve pathname for matching (4f211f8)
📖 Documentation
🏡 Chore
❤️ Contributors

v1.11.0

Compare Source

compare changes

🚀 Enhancements
  • Add utilities for server sent events (#​586)
  • response: Add sendIterable util (#​655)
  • Handler resolver (#​669)
  • Websocket support (#​671)
🩹 Fixes
  • serveStatic: Ensure etag header is set before sending 304 response (#​653)
📖 Documentation
🏡 Chore
❤️ Contributors
unjs/listhen (listhen)

v1.7.2

Compare Source

compare changes

🩹 Fixes
  • dev: Call dynamic websocket resolver (7360d27)
❤️ Contributors
pnpm/pnpm (pnpm)

v8.15.4

Compare Source

v8.15.3

Compare Source

Patch Changes

  • Remove vulnerable "ip" package from the dependencies #​7652.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.2

Compare Source

Patch Changes

  • When purging multiple node_modules directories, pnpm will no longer print multiple prompts simultaneously.
  • Don't print an unnecessary warning when adding new dependencies to a project that uses hoisted node_modules.
  • Linking globally the command of a package that has no name in package.json #​4761.
  • Installation should work with lockfile created by pnpm v9.0.0-alpha.4

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.1

Compare Source

Patch Changes

  • Use the object-hash library instead of node-object-hash for hashing keys of side-effects cache #​7591.
  • bundledDependencies should never be added to the lockfile with false as the value #​7576.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

cloudflare/workers-sdk (wrangler)

v3.30.1

Compare Source

Patch Changes
  • #​5106 2ed7f32 Thanks @​RamIdeas! - fix: automatically drain incoming request bodies

    Previously, requests sent to wrangler dev with unconsumed bodies could result in Network connection lost errors. This change attempts to work around the issue by ensuring incoming request bodies are drained if they're not used. This is a temporary fix whilst we try to address the underlying issue. Whilst we don't think this change will introduce any other issues, it can be disabled by setting the WRANGLER_DISABLE_REQUEST_BODY_DRAINING=true environment variable. Note this fix is only applied if you've enabled Wrangler's bundling—--no-bundle mode continues to have the previous behaviour.

  • #​5107 65d0399 Thanks @​penalosa! - fix: Ensures that switching to remote mode during a dev session (from local mode) will correctly use the right zone. Previously, zone detection happened before the dev session was mounted, and so dev sessions started with local mode would have no zone inferred, and would have failed to start, with an ugly error.

  • #​5107 65d0399 Thanks @​penalosa! - fix: Ensure that preview sessions created without a zone don't switch the host on which to start the preview from the one returned by the API.

  • #​4833 54f6bfc Thanks @​admah! - fix: remove extra arguments from wrangler init deprecation message and update recommended c3 version

    c3 can now infer the pre-existing type from the presence of the --existing-script flag so we can remove the extra type argument. C3 2.5.0 introduces an auto-update feature that will make sure users get the latest minor version of c3 and prevent problems where older 2.x.x versions get cached by previous runs of wrangler init.

v3.30.0

Compare Source

Minor Changes
  • #​4742 c2f3f1e Thanks @​benycodes! - feat: allow preserving file names when defining rules for non-js modules

    The developer is now able to specify the `preserve_file_names property in wrangler.toml
    which specifies whether Wrangler will preserve the file names additional modules that are
    added to the deployment bundle of a Worker.

    If not set to true, files will be named using the pattern ${fileHash}-${basename}.
    For example, 34de60b44167af5c5a709e62a4e20c4f18c9e3b6-favicon.ico.

    Resolves #​4741

Patch Changes

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8bacade
Status: ✅  Deploy successful!
Preview URL: https://a7d5ee40.crossws.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.crossws.pages.dev

View logs

@renovate renovate bot merged commit 8daf3dc into main Mar 2, 2024
3 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch March 2, 2024 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants